ContainsKey Method (IIndexScanner<T,TKey>)
Returns a value that indicates whether the collection contains an item with the given key value.
'Declaration
Function ContainsKey( _
ByVal As _
) As Boolean
Parameters
- key
- The key value to search for
Return Value
true if the collection contains an element with the specified key value; otherwise, false.